Fix bug in copy-directory copying into an existing directory.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 29 Jan 2011 22:10:51 +0000 (17:10 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 29 Jan 2011 22:10:51 +0000 (17:10 -0500)
commit506bd8110ada0dc0bf3068d157641de793236af7
tree8f4ac2056d94ec6e8cd5d7ad5d46356e2b48664c
parentff9a468cf786c9653e9175a5482342bb02573c36
Fix bug in copy-directory copying into an existing directory.

http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01007.html

* files.el (copy-directory): If destination is an existing
directory, copy into a subdirectory there.
lisp/ChangeLog
lisp/files.el